Leadtools.Services.Raster.DataContracts Namespace > BinaryRasterRegionData Class > BinaryRasterRegionData Constructor : BinaryRasterRegionData Constructor(Byte[]) |
'Usage Dim data() As Byte Dim instance As New BinaryRasterRegionData(data)
public: BinaryRasterRegionData( array<byte>^ data )
To update an existing region, specify how the new region is to be combined with the existing one using the RasterRegionData.CombineMode property. For more information, refer to RasterRegionCombineMode.